home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 683 / printfiles / deutsch / rexx / prfdel.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-18  |  267b  |  11 lines

  1. /* printfiles Arexx Macro           */
  2. /* beendet das printfiles programm  */
  3.  
  4. options results
  5. if show(ports,'PRINTFILES') = 0 then exit /* Printfiles läuft nicht */
  6. address printfiles
  7. status
  8. if result == 'PRINTING' then quit quit
  9. else quit        /* beenden */
  10. exit
  11.